@charset "utf-8";
body {
    font-family: "Microsoft Yahei", Arial, tahoma, Helvetica, "simsun", "Hiragino sans Gb", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    position: relative;
}

html,
body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
}

.container {
    margin: 20px auto;
    max-width: 1200px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.btn-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-default {
    display: inline-block;
    padding: 8px 12px;
    min-width: 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-default:hover {
    background-color: #e9ecef;
    border-color: #ccc;
    color: #0056b3;
}

.btn-default.active {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}


/* Responsive adjustments */

@media (max-width: 576px) {
    .btn-default {
        padding: 6px 10px;
        min-width: 35px;
        font-size: 13px;
    }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    display: block;
}

.footer b {
    display: block;
    margin: 10px 0 20px 0;
    color: #333 !important;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

ol,
ul,
li {
    list-style: none
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #d32f2f;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ftcolor {
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}


/* 头部 */

.head-box {
    width: 100%;
    height: 70px;
    padding: 15px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 3px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 3px 5px;
}

.head-box ul {
    position: relative;
}

.head-box li.logo {
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}

.head-box li.logo a {
    display: block;
    height: 100%;
}

.head-box li.logo img {
    height: 100%;
}

.head-box li.navigation {
    height: 70px;
    position: relative;
}

.head-box li.navigation a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 40px 36px 0;
    font-size: 18px;
}

.head-box li.navigation a.on {
    color: #d23f2f;
}

.head-box li.search {
    margin-top: 30px;
    width: 299px;
    height: 35px;
    overflow: hidden;
}

.head-box li.search form {
    width: 100%;
    height: 35px;
    display: block;
    box-sizing: border-box;
}

.head-box li.search .seainp {
    width: 85%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    background: none;
    border: 1px solid #e0e0e0;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head-box li.search .seabtn {
    width: 15%;
    height: 35px;
    background: #d32f2f url(../images/search.png) no-repeat center;
    background-size: 28px;
    border: none;
}

.head-box li.search a {
    display: inline-block;
    font-size: 12px;
    color: #ccc;
    margin: 5px 10px 0 0;
}

.head-box li.search a:hover {
    color: #000;
}


/* 幻灯模块 */

.banner-left {
    width: 205px;
    height: 495px;
    margin-right: 10px;
    overflow: hidden;
}

.banner-left h3 {
    width: 100%;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    background: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

.banner-left .bl-type {
    width: 100%;
    height: 250px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-left .bl-type ul li {
    width: 100%;
    line-height: 50px;
    overflow: hidden;
}

.banner-left .bl-type ul li a {
    display: block;
    float: left;
    width: 50%;
    text-indent: 40px;
}

.banner-left .bl-type ul li a:nth-child(1) {
    background: url(../images/icom1h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(1):hover {
    background: url(../images/icom1.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(2) {
    background: url(../images/icom2h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(2):hover {
    background: url(../images/icom2.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(3) {
    background: #f2f2f2 url(../images/icom3h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(3):hover {
    background: #f2f2f2 url(../images/icom3.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(4) {
    background: #f2f2f2 url(../images/icom4h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(4):hover {
    background: #f2f2f2 url(../images/icom4.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(5) {
    background: url(../images/icom5h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(5):hover {
    background: url(../images/icom5.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(6) {
    background: url(../images/icom6h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(6):hover {
    background: url(../images/icom6.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(7) {
    background: #f2f2f2 url(../images/icom7h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(7):hover {
    background: #f2f2f2 url(../images/icom7.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(8) {
    background: #f2f2f2 url(../images/icom8h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(8):hover {
    background: #f2f2f2 url(../images/icom8.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(9) {
    background: url(../images/icom9h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(9):hover {
    background: url(../images/icom9.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(10) {
    background: url(../images/icom10h.png) no-repeat 10px;
    background-size: 20px;
}

.banner-left .bl-type ul li a:nth-child(10):hover {
    background: url(../images/icom10.png) no-repeat 8px;
    background-size: 20px;
}

.banner-left .bl-news {
    width: 100%;
    height: 180px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-left .bl-news li {
    height: 30px;
    line-height: 30px;
    padding-left: 13px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-left .bl-news li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 12px;
}

.banner-left .bl-news li:nth-child(1) {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-left .bl-news li:nth-child(1) a {
    color: #d32f2f;
}

.banner-left .bl-news li:nth-child(1):before {
    display: none;
}

.banner {
    width: 775px;
    height: 495px;
    overflow: hidden;
}

.slides {
    width: 775px;
    height: 305px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.slides .bd {
    position: relative;
    z-index: 0;
}

.slides .bd li {
    width: 100%;
    height: 305px;
    line-height: 35px;
    overflow: hidden;
    background: rgb(0, 0, 0, .5);
    color: #fff;
    zoom: 1;
    vertical-align: middle;
}

.slides .bd li img {
    width: 100%;
    height: 100%;
}

.slides .bd li span {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    bottom: 0;
    text-indent: 20px;
    color: #fff;
    background: rgb(0, 0, 0, .3);
}

.slides .prev,
.slides .next {
    display: block;
    width: 45px;
    height: 65px;
    background: url(../images/slider-arrow.png) -138px 5px no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.slides .next {
    left: auto;
    right: 0;
    background-position: -50px 5px;
}

.banner-news {
    width: 100%;
    height: 180px;
    padding: 10px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-news ul li {
    width: 50%;
    height: 30px;
    line-height: 30px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-news ul li span {
    display: block;
    float: left;
    margin-right: 3px;
    color: #888;
}

.banner-news ul li a {
    display: block;
    max-width: 305px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-news ul li:nth-child(1),
.banner-news ul li:nth-child(2) {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
}

.banner-news ul li:nth-child(1) span,
.banner-news ul li:nth-child(2) span {
    display: none;
}

.banner-news ul li:nth-child(1) a,
.banner-news ul li:nth-child(2) a {
    max-width: 365px;
    color: #d32f2f;
}

.banner-right {
    width: 200px;
    height: 495px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-right h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f2f2f2;
    text-indent: 10px;
    background: #f2f2f2;
}

.banner-right h3 a {
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.banner-right ul {
    padding: 10px;
}

.banner-right ul li {
    height: 29px;
    line-height: 32px;
    position: relative;
}

.banner-right ul li a {
    display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-right ul li span {
    display: block;
    width: 65px;
    text-align: right;
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 888;
}


/* 热门书籍 */

.hot-box {
    padding: 10px 10px 0;
    margin-top: 10px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.hot-box ul li {
    width: 114px;
    height: 190px;
    margin-right: 19px;
    float: left;
}

.hot-box ul li:last-child {
    margin-right: 0;
}

.hot-box ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
}

.hot-box ul li a span {
    display: block;
    width: 110px;
    height: 155px;
    overflow: hidden;
}

.hot-box ul li a img {
    width: 106px;
    height: auto;
    min-height: 150px;
    padding: 1px;
    border: 1px solid #f0f0f0;
}


/* 主编力荐 */

.user-box {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.user-box h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    color: #fff;
    background: url(../images/tit.png) no-repeat left;
    background-size: auto 35px;
}

.user-box div.edit-box {
    width: 180px;
    height: 340px;
    padding: 20px 10px 0;
    background: #fafafa;
}

.user-box div.edit-box li.img {
    width: 100px;
    height: 150px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
}

.user-box div.edit-box li.img img {
    width: 110px;
    height: 150px;
}

.user-box div.edit-box li.tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-box div.edit-box li.tag {
    width: 100%;
    height: 25px;
    text-align: center;
    color: #888;
}

.user-box div.edit-box li.tag span {
    padding: 0 13px;
    text-align: center;
    position: relative;
}

.user-box div.edit-box li.tag span:first-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #cecece;
    position: absolute;
    right: 0px;
    top: 3px;
}

.user-box div.edit-box li.dec {
    margin-top: 5px;
    height: 80px;
    line-height: 20px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.edit-box-list {
    width: 973px;
    margin: 10px 10px 0 0;
}

.edit-box-list ul li {
    width: 230px;
    height: 101px;
    float: left;
    padding-left: 82px;
    margin: 0 18px 17px 0;
    position: relative;
}

.edit-box-list ul li:nth-child(3n) {
    margin-right: 0;
}

.edit-box-list ul li:nth-child(7) {
    margin-bottom: 0;
}

.edit-box-list ul li:nth-child(8) {
    margin-bottom: 0;
}

.edit-box-list ul li:nth-child(9) {
    margin-bottom: 0;
}

.edit-box-list ul li p.img {
    width: 72px;
    height: 101px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
}

.edit-box-list ul li p.img img {
    min-width: 72px;
    height: 100%;
}

.edit-box-list ul li p.tit {
    font-size: 16px;
    height: 25px;
    line-height: 13px;
}

.edit-box-list ul li p.tag {
    color: #888;
}

.edit-box-list ul li p.tag span:first-child {
    margin-right: 5px;
}

.edit-box-list ul li p.tag span:last-child {
    margin-left: 5px;
}

.edit-box-list ul li p.dec {
    margin-top: 8px;
    height: 42px;
    line-height: 21px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 排行榜 */

.rank-box {
    overflow: hidden;
}

.rank-box div.rank-tag {
    width: 270px;
    height: auto;
    margin-right: 10px;
    padding: 10px;
    float: left;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.rank-box div.rank-tag:last-child {
    margin-right: 0;
}

div.rank-tag h3 {
    height: 30px;
    line-height: 18px;
    border-bottom: 1px solid #d8d8d8;
}

div.rank-tag ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #ccc;
}

div.rank-tag ul li em {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 10px 9px 0 0;
    background: #a9aeb7;
}

div.rank-tag ul li:nth-child(2) em {
    background: #fc7403;
}

div.rank-tag ul li:nth-child(3) em {
    background: #f8cc1c;
}

div.rank-tag ul li a {
    display: block;
    float: left;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.rank-tag ul li span.author {
    display: block;
    width: 70px;
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

div.rank-tag ul li:first-child {
    height: 101px;
    padding: 10px 0;
    overflow: hidden;
}

div.rank-tag ul li:first-child em {
    background: #d32f2f;
    margin-top: 8px;
}

div.rank-tag ul li:first-child p a {
    float: none;
    max-width: 100%;
}

div.rank-tag ul li:first-child p.tag {
    width: 160px;
    float: left;
}

div.rank-tag ul li:first-child p.tag a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: none;
}

div.rank-tag ul li:first-child p.tag span {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #888;
}

div.rank-tag ul li:first-child p.img a {
    width: 72px;
    height: 101px;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}

div.rank-tag ul li:first-child p.img img {
    width: auto;
    min-width: 72px;
    height: 100%;
}


/* 男女生推荐 */

.man-recommend {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.man-recommend h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    color: #fff;
    background: url(../images/tit.png) no-repeat left;
    background-size: auto 35px;
}

.man-recommend h3 a {
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.man-list {
    width: 215px;
    margin: 10px 20px 0 0;
    overflow: hidden;
}

.man-list:nth-child(2) {
    margin-left: 10px;
}

.man-list ul li.first {
    position: relative;
    padding-left: 80px;
    height: 108px;
}

.man-list ul li.first a.img {
    display: block;
    width: 72px;
    height: 101px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
}

.man-list ul li.first a.img img {
    min-width: 72px;
    height: 100%;
}

.man-list ul li.first a.tit {
    display: block;
    width: 135px;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.man-list ul li.first p.dec {
    margin-top: 10px;
    height: 60px;
    line-height: 20px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.man-list ul li.others {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.man-list ul li.others span {
    margin-right: 5px;
    color: #888;
}

.man-recommend .rec-one {
    width: 208px;
    height: 345px;
    padding: 20px 20px 0;
    background: #fafafa;
}

.man-recommend .rec-one li.img {
    width: 100px;
    height: 150px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
}

.man-recommend .rec-one li.img img {
    width: 110px;
    height: 150px;
}

.man-recommend .rec-one li.tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.man-recommend .rec-one li.tag {
    width: 100%;
    height: 25px;
    text-align: center;
    color: #888;
}

.man-recommend .rec-one li.tag span {
    padding: 0 13px;
    text-align: center;
    position: relative;
}

.man-recommend .rec-one li.tag span:first-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #cecece;
    position: absolute;
    right: 0px;
    top: 3px;
}

.man-recommend .rec-one li.dec {
    margin-top: 5px;
    height: 60px;
    line-height: 20px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.man-recommend .rec-one li.btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto;
    text-align: center;
}

.man-recommend .rec-one li.btn a {
    display: block;
    background: #d32f2f;
    color: #fff;
}


/* 最新更新 */

.new-update {
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.new-update h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    color: #fff;
    background: url(../images/tit.png) no-repeat left;
    background-size: auto 35px;
}

.new-update h3 a {
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.new-update ul li.up-tags {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.new-update ul li.up-tags span {
    display: inline-block;
    font-weight: bold;
}

.new-update ul li.up-tags span:nth-child(1) {
    width: 430px;
    margin-right: 20px;
    text-indent: 10px;
}

.new-update ul li.up-tags span:nth-child(2) {
    width: 330px;
    margin-right: 20px;
}

.new-update ul li.up-tags span:nth-child(3) {
    float: right;
    width: 180px;
    margin-right: 20px;
}

.new-update ul li.up-tags span:nth-child(4) {
    width: 198px;
}

.new-update ul li.up-list {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
}

.new-update ul li.up-list:last-child {
    border-bottom: none;
}

.new-update ul li.up-list a,
.new-update ul li.up-list span {
    display: block;
    float: left;
}

.new-update ul li.up-list span {
    color: #888;
}

.new-update ul li.up-list a:nth-child(1) {
    width: 430px;
    margin-right: 20px;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-update ul li.up-list span:nth-child(2) {
    width: 330px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-update ul li.up-list span:nth-child(3) {
    width: 180px;
    margin-right: 20px;
    float: right;
}

.new-update ul li.up-list span:nth-child(4) {
    width: 198px;
}


/* 友情链接 */

.friend-link {
    color: #888;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #dedede;
    border-top: 2px solid #f64b7f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.friend-link span {
    font-weight: bold;
    color: #333;
}

.friend-link a {
    margin: 0 8px;
    color: #888;
}

.friend-link a:hover {
    color: #d32f2f;
}


/* 底部声明 */

.footer {
    background: #f0f0f0;
    padding: 10px 0 20px;
}

.footer li {
    margin-top: 10px;
    text-align: center;
    color: #b7b7b7;
}

.footer li a {
    color: #b7b7b7;
    margin: 0 25px;
}

.footer a:hover {
    color: #d32f2f;
}

.footer li p {
    line-height: 25px;
}


/* 当前位置 */

.address {
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-top: 5px;
}

.address i {
    margin: 0 10px;
}

.address a {
    color: #666;
}

.address a:hover {
    color: #d32f2f;
}


/*  排行榜列表页 */

.rank {
    overflow: hidden;
}

.rank .rank-nav {
    width: 239px;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.rank .rank-nav ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.rank .rank-nav ul li:first-child {
    font-size: 16px;
    background: url(../images/allrank.png) 55px center no-repeat;
}

.rank .rank-nav ul li.on {
    border-right: 3px solid #d32f2f;
}

.rank .rank-nav ul li.on a {
    color: #d32f2f;
}

.rank .rank-nav ul li:first-child.on {
    background: url(../images/allrank-on.png) 55px center no-repeat;
}

.rank-allbox {
    width: 940px;
}

.rank-allbox div.rank-tag {
    width: 277px;
    height: auto;
    margin: 0 20px 20px 0;
    padding: 10px;
    float: left;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.rank-allbox div.rank-tag:nth-child(3n) {
    margin-right: 0;
}

.rank-detail {
    width: 940px;
}

.rank-detail h3 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #2b2b2b;
    font-weight: bold;
    border-bottom: 1px #f0f0f0 solid;
}

.rank-detail h3 span {
    float: right;
    font-size: 12px;
    line-height: 40px;
    color: #c1c1c1;
    font-weight: 400;
}

.rank-list {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px #e6e6e6 solid;
    overflow: hidden;
}

.rank-list li {
    float: left;
}

.rank-list .rimg {
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 150px;
    margin-right: 15px;
}

.rank-list .rimg img {
    width: auto;
    min-width: 110px;
    height: 100%;
}

.rank-list .rcon {
    width: 670px;
    height: 150px;
    position: relative;
}

.rank-list .rcon .ti {
    height: 25px;
}

.rank-list .rcon .ti a {
    font-size: 16px;
}

.rank-list .rcon .ty {
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    width: 100%;
}

.rank-list .rcon .ty span {
    color: #999;
    padding: 0 10px;
    position: relative;
}

.rank-list .rcon .ty a {
    color: #999;
    padding: 0 10px;
    position: relative;
}

.rank-list .rcon .ty a:hover {
    color: #d32f2f;
}

.rank-list .rcon .ty span:nth-child(1) {
    padding-left: 0;
}

.rank-list .rcon .ty span:nth-child(1):after,
.rank-list .rcon .ty a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 2px;
    right: 0px;
    background: #e6e6e6;
}

.rank-list .rcon .de {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #888;
}

.rank-list .rcon .np {
    position: absolute;
    bottom: 0;
    color: #999;
}

.rank-list .rcon .np a {
    color: #d32f2f;
    margin-right: 20px;
}

.rank-list .rrae {
    width: 145px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.rank-list .rrae a {
    display: block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #d32f2f;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.rank-list .rrae i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: url(../images/rank-ico.png) no-repeat;
    background-position: 0 -96px;
    position: absolute;
    right: 0;
    bottom: 80px;
}

.rank-list:nth-child(2) .rrae i {
    background-position: 0 0;
}

.rank-list:nth-child(3) .rrae i {
    background-position: 0 -32px;
}

.rank-list:nth-child(4) .rrae i {
    background-position: 0 -64px;
}


/* 资讯列表页 */

.news-box {
    overflow: hidden;
}

.news-left {
    width: 915px;
    overflow: hidden;
}

h3.news-tit {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #2b2b2b;
    font-weight: 400;
    border-bottom: 1px #f0f0f0 solid;
}

h3.news-tit span {
    display: inline-block;
    border-bottom: 2px solid #d32f2f;
}

h3.news-tit i {
    padding: 0 3px;
    color: #d32f2f;
    font-weight: 400;
}

h3.news-tit a {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.news-left ul.news li {
    width: 100%;
    height: 150px;
    padding: 15px 0px;
    border-bottom: 1px dashed #ededed;
    position: relative;
}

.news-left ul.news .img {
    width: 110px;
    height: 150px;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.news-left ul.news .img img {
    width: auto;
    min-width: 110px;
    height: 100%;
}

.news-left ul.news .con {
    display: block;
    width: 795px;
    height: 115px;
    float: left;
    overflow: hidden;
}

.news-left ul.news .con p {
    color: #888;
}

.news-left ul.news .con .tit {
    width: 100%;
    height: 25px;
    line-height: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-weight: bold;
}

.news-left ul.news .con:hover .tit {
    color: #d32f2f!important;
}

.news-left ul.news .con .dec {
    height: 75px;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-left ul.news .con i {
    padding: 0px 15px;
}

.news-left ul.news .con p.tim {
    margin-bottom: 0;
    position: absolute;
    bottom: 13px;
    color: #888;
}

.news-right {
    width: 260px;
    overflow: hidden;
}

.latest-book {
    margin-bottom: 15px;
}

.latest-book ul li {
    width: 150px;
    height: 101px;
    padding-bottom: 10px;
    margin-top: 12px;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding-left: 85px;
}

.latest-book ul li a.img {
    position: absolute;
    left: 0;
}

.latest-book ul li a.img img {
    width: 72px;
    height: 101px;
}

.latest-book ul li a.tit {
    display: block;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-book ul li span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 8px;
}

.latest-book ul li a.rea {
    position: absolute;
    bottom: 10px;
    height: 20px;
    line-height: 20px;
    width: 40px;
    border-radius: 3px;
    background-color: #d32f2f;
    color: #fff;
    text-align: center;
}

.hot-news ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-tags {
    margin-bottom: 15px;
}

.related-tags ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.related-tags ul li:last-child {
    margin-bottom: 0;
}

.related-tags ul li a {
    display: block;
}

.related-tags ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

.related-tags ul li a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/tmbj.png) repeat left center;
    text-align: center;
}

.related-tags ul li:hover span {
    background: #d32f2f;
}


/* 资讯详情页 */

.detail-box {
    width: 915px;
    overflow: hidden;
    position: relative;
}

.detail-box h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
}

.detail-box .tag {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e2e2e2;
    text-align: center;
}

.detail-box .tag span:nth-child(1) {
    margin-right: 50px;
}

.detail-box li.dece {
    color: #484848;
    padding: 20px 15px;
    background: #fff5f5;
    text-indent: 20px;
    line-height: 25px;
    margin-top: 20px;
}

.detail-box .cont {
    padding-bottom: 20px;
}

.detail-box .cont h3 {
    height: 35px;
    line-height: 35px;
    margin: 25px 0px 15px;
    border-left: 3px solid #d32f2f;
    text-indent: 20px;
}

.detail-box li.cont p {
    text-indent: 20px;
    color: #484848;
    line-height: 35px;
    font-size: 16px;
}

.detail-box div.star {
    position: relative;
    overflow: hidden;
    padding: 20px 15px 15px 180px;
    height: 215px;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-top: 20px;
}

.detail-box div.star .bimg {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 146px;
    height: 199px;
    border: none;
    background: url(../images/bookbg.png) no-repeat center;
    background-size: 100% 100%;
}

.detail-box div.star .bimg img {
    width: 135px;
    height: 191px;
    margin-top: 4px;
    -webkit-transition: -webkit-transform .2s ease 0s;
    -moz-transition: -moz-transform .2s ease 0s;
    -ms-transition: -ms-transform .2s ease 0s;
    transition: transform .3s ease 0s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-style: initial!important;
    -moz-transform-style: initial!important;
    transform-style: initial!important;
}

.detail-box div.star .bimg img:hover {
    -webkit-transform: rotateY(-20deg);
    -moz-transform: rotateY(-20deg);
    -ms-transform: rotateY(-20deg);
    transform: rotateY(-20deg)
}

.detail-box div.star .tit {
    height: 28px;
    font-weight: bold;
}

.detail-box div.star .tit h3 {
    float: left;
    font-size: 18px;
}

.detail-box div.star .tit {
    /* margin-bottom: 7px; */
}

.detail-box div.star .tit span {
    display: inline-block;
    margin-right: 5px;
    width: 60px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.detail-box div.star .tit span:nth-child(2) {
    margin-left: 20px;
    border: 1px solid #ffa100;
    color: #ffa100;
}

.detail-box div.star .tit span:nth-child(3) {
    border: 1px solid #da00ff;
    color: #da00ff;
}

.detail-box div.star .dec {
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 5px;
}

.detail-box div.star .xsp {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.detail-box div.star .xsp span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 40px;
}

.detail-box div.star .xsp img {
    float: left;
    height: 25px;
    margin-top: 3px;
    margin-left: 3px;
    width: auto;
}

.detail-box div.star li.btn {
    position: absolute;
    left: 180px;
    bottom: 16px;
}

.detail-box div.star li.btn a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #d32f2f;
    color: #fff;
    font-size: 16px;
}

.detail-box .nextpre {
    margin: 0 auto;
    padding: 20px 0 45px;
    border-top: 1px solid #ccc;
}

.detail-box .nextpre li {
    width: 100%;
    margin-right: 5%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.detail-box .nextpre a {
    width: 48%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.about-news li.ranklist a {
    width: 98%;
}

.other-art {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.other-art li {
    width: 275px;
    height: 45px;
    border-bottom: dotted 1px #e6e6e6;
    line-height: 45px;
    float: left;
    position: relative;
    font-size: 14px;
    padding-right: 30px;
}

.other-art li:nth-child(4n) {
    margin-right: 0;
}

.other-art li a {
    display: block;
    width: 75%;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.other-art li span {
    display: block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}


/* 标签列表页 */

.tags-box {
    width: 1200px;
    height: 100%;
    min-height: 650px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
}

.tags-box ul li.tags-list {
    float: left;
    width: 285px;
    height: 170px;
    border: 1px solid #f0f0f0;
    margin: 10px 20px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.tags-box ul li.tags-list:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.tags-box ul li.tags-list:nth-child(4n) {
    margin-right: 0;
}

.tags-box ul li.tags-list p.tit {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f0f0f0;
    text-indent: 10px;
    font-size: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.tags-box ul li.tags-list p.img {
    padding: 5px;
    width: 273px;
    height: 123px;
    overflow: hidden;
}

.tags-box ul li.tags-list p.img img {
    width: auto;
    min-width: 273px;
    height: 100%;
}

.tags-box ul li.tags-list p.dec {
    padding: 0 5px;
    height: 75px;
    line-height: 25px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
}


/* 标签详情 */

.tags-detail {
    width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.tags-title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.tags-title li.img {
    width: 520px;
    height: 230px;
    overflow: hidden;
    float: left;
}

.tags-title li.img img {
    width: auto;
    min-width: 520px;
    height: 230px;
}

.tags-title li.con {
    width: 665px;
    height: 230px;
    overflow: hidden;
    float: right;
    position: relative;
}

.tags-title li.con h1 {
    font-size: 20px;
    height: 35px;
}

.tags-title li.con p.tim {
    font-size: 14px;
    color: #999;
    height: 30px;
}

.tags-title li.con p.tim span {
    margin-left: 10px;
}

.tags-title li.con p.tim i {
    color: #d32f2f;
    padding: 0 3px;
}

.tags-title li.con p.dec {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.tags-title li.con p.tag {
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.tags-title li.con p.tag a {
    display: inline-block;
    height: 20px;
    padding: 0px 10px;
    line-height: 20px;
    border: solid 1px #909090;
    margin-right: 9px;
}

.tags-title li.con p.tag a:hover {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}


/* 小说库列表页 */

.book-box {
    width: 1200px;
    height: auto;
    margin: auto;
}

.book-types {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 15px;
}

.book-types li {
    width: 100%;
    height: auto;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book-types li .type-name {
    width: 75px;
    height: 40px;
    font-weight: bold;
}

.book-types li .type-btn {
    width: 1035px;
}

.book-types li .type-btn a {
    display: inline-block;
    width: auto;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #fff;
    margin: 0px 12px;
    color: #888;
}

.book-types li .type-btn a.on,
.book-types li .type-btn a:hover {
    color: #d32f2f;
}

.book-list {
    width: 100%;
    padding: 10px;
    position: relative;
    left: -10px;
    overflow: hidden;
}

.book-list li {
    width: 385px;
    height: 210px;
    margin-right: 19px;
    margin-top: 19px;
    position: relative;
    border: 1px solid #f0f0f0;
    float: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.book-list li:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.book-list li:nth-child(3n) {
    margin-right: 0;
}

.book-list li p.img {
    width: 110px;
    height: 150px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.book-list li p.tit {
    margin-left: 130px;
    margin-top: 10px;
    max-width: 180px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-list li p.tag {
    margin-left: 130px;
    margin-top: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.book-list li p.tag span {
    margin: 0 5px
}

.book-list li p.tag span:first-child {
    margin-left: 0;
    margin-right: 5px;
}

.book-list li p.tag span:last-child {
    margin-right: 0;
    margin-left: 5px;
}

.book-list li img {
    width: auto;
    min-width: 110px;
    height: 100%;
}

.book-list li p.dec {
    margin-left: 130px;
    margin-top: 10px;
    height: 63px;
    line-height: 21px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.book-list li p.btn {
    margin-top: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #d32f2f;
    border-top: 1px solid #f0f0f0;
}


/* book详情页 */

.book-detai {
    width: 915px;
    height: auto;
    overflow: hidden;
}

.book-common {
    height: 240px;
    margin-top: 20px;
    padding-left: 180px;
    position: relative;
}

.book-common li.img {
    width: 165px;
    height: 231px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    ;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    ;
}

.book-common li.img img {
    width: auto;
    min-width: 165px;
    height: 100%;
}

.book-common h1 {
    width: 100%;
    height: 35px;
    line-height: 25px;
    font-size: 20px;
}

.book-common li.tag {
    width: 100%;
    height: 23px;
    overflow: hidden;
    margin-bottom: 10px;
}

.book-common li.tag span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid #ec6666;
    color: #ec6666;
}

.book-common li.tag span:first-child {
    background: #ec6666;
    color: #fff;
}

.book-common li.aut {
    color: #666;
    margin-bottom: 10px;
}

.book-common li.aut span {
    margin-right: 25px;
}

.book-common li.dec {
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.book-common li.btn {
    position: absolute;
    bottom: 8px;
}

.book-common li.btn a {
    display: block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: #d32f2f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 1px;
}

.book-chapter {
    overflow: hidden;
}

.book-chapter h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

.book-chapter ul li {
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    float: left;
}

.book-chapter ul li a {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-like {
    width: 915px;
    height: auto;
    overflow: hidden;
}

.book-like h3 {
    margin-bottom: 15px;
    font-weight: bold;
}

.book-like ul li {
    width: 114px;
    height: 190px;
    margin-right: 19px;
    float: left;
}

.book-like ul li:last-child {
    margin-right: 0;
}

.book-like ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    text-align: center;
}

.book-like ul li a span {
    display: block;
    width: 114px;
    height: 160px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.book-like ul li a img {
    width: auto;
    min-width: 114px;
    height: 100%;
}

.book-news {
    overflow: hidden;
    margin-top: 15px;
}

.book-news h3 {
    margin-bottom: 15px;
    font-weight: bold;
}

.book-news ul li {
    width: 285px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
}

.book-news ul li:nth-child(3n) {
    margin-right: 0;
}

.book-news ul li a {
    display: block;
    width: 280px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-news ul li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: #333;
    position: absolute;
    left: 0;
    top: 17px;
}

.book-special {
    overflow: hidden;
    margin-bottom: 15px;
}

.book-special h3 {
    font-weight: bold;
}

.book-special ul li {
    width: 217px;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    margin-right: 15px;
}

.book-special ul li:nth-child(4n) {
    margin-right: 0;
}

.book-special ul li a {
    display: block;
}

.book-special ul li a img {
    width: 100%;
    height: 98px;
    display: block;
}

.book-special ul li a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/tmbj.png) repeat left center;
    text-align: center;
}

.book-special ul li:hover span {
    background: #d32f2f;
}


/* 搜索页 */

.search-box ul li {
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px dashed #adadad;
    overflow: hidden;
}

.search-box .img {
    width: 105px;
    height: 147px;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3), 0 0 5px #f9f2e9 inset;
    overflow: hidden;
}

.search-box .img img {
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.search-box img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.search-box a.tit {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 18px;
}

.search-box a.con {
    display: block;
    width: 1080px;
    height: auto;
    float: right;
    overflow: hidden;
}

.search-box a.con p {
    margin-bottom: 10px;
    color: #9a9a9a;
}

.search-box a.con .dec {
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
}

.search-box a.con i {
    padding: 0px 8px;
}


/* 分页 */

.page {
    text-align: center;
    padding-top: 20px;
    clear: both;
}

.news-left .page {
    padding-top: 35px;
}

.page .pagelist {
    text-align: center;
}

.page .pagelist .active {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    background: #d32f2f;
    color: #fff;
    border: 1px solid #d32f2f;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.page .pagelist a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    font-size: 14px margin: 0 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.page .pagelist a:hover {
    color: #d32f2f;
}


/* 版权 */

.copyright {
    position: absolute;
    right: 0;
    top: -5px;
}

.copyright a {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #d32f2f;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.copyright a:before {
    content: "";
    display: block;
    background: url(../images/icon-copyright.png) no-repeat left center;
    background-size: 59%;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.source {
    overflow: hidden;
}

.source h3 {
    position: relative;
    position: relative;
    line-height: 25px;
    padding-bottom: 8px;
    color: #d32f2f;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d32f2f;
}

.source ul li {
    width: 155px;
    height: 155px;
    float: left;
    margin: 10px 19px 0 0;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.source ul li:nth-child(7n) {
    margin-right: 0;
}

.source ul li a {
    display: block;
    overflow: hidden;
}

.source ul li a span {
    display: block;
    overflow: hidden;
}

.source ul li a span:first-child {
    width: 110px;
    height: 110px;
    margin: 5px auto;
    position: relative;
    overflow: hidden;
}

.source ul li a span:first-child img {
    width: 95px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.source ul li a span:last-child {
    font-size: 18px;
}

.source ul li:hover {
    box-shadow: 0 0 10px 0 rgba(56, 81, 76, 0.12);
}

.statement {
    margin: 10px 0;
    overflow: hidden;
    line-height: 30px;
}

.statement ul li i {
    color: #fe0000;
    font-weight: bold;
}

.pages {
    margin: auto;
    clear: both;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.pages span,
.pages b,
.pages a {
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #000;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border-radius: 2px;
}